'Declaration
Public Event ControlKeyPress As ThumbnailEx.ControlKeyPressEventHandler
public event ThumbnailEx.ControlKeyPressEventHandler ControlKeyPress
public event ControlKeyPress: ThumbnailEx.ControlKeyPressEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event ThumbnailEx.ControlKeyPressEventHandler* ControlKeyPress
public: event ThumbnailEx.ControlKeyPressEventHandler^ ControlKeyPress